Skip to content

Add Warp Pipes doc and Early Access sidebar section#1033

Merged
vfanelle merged 16 commits into
mainfrom
docs/warp-tunnels
Jun 26, 2026
Merged

Add Warp Pipes doc and Early Access sidebar section#1033
vfanelle merged 16 commits into
mainfrom
docs/warp-tunnels

Conversation

@vfanelle

@vfanelle vfanelle commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds the Warp Pipes guide under `guides/deployment-hosting/warp-pipes` — covers managed connectivity from external AI clients to a private Arcade runtime, the `ssrf_allowlist` configuration, multi-network deployments, and the bring-your-own reverse proxy path (Cloudflare Tunnel, ngrok, nginx)
  • Adds an Early Access section under Resources in the left sidebar, with two entries:
    • Warp Pipes → links to the Warp Pipes guide
    • Arcade Registry → links to the Registry Early Access page
  • Hides Warp Pipes from the Deployment & hosting sidebar section (now only surfaced under Early Access)
  • Hides the standalone Registry Early Access entry from Resources (now only surfaced under Early Access)

Test plan

  • Verify "Early Access" appears under Resources in the left sidebar
  • Clicking "Warp Pipes" under Early Access navigates to `/en/guides/deployment-hosting/warp-pipes`
  • Clicking "Arcade Registry" under Early Access navigates to `/en/resources/registry-early-access`
  • Warp Pipes does not appear as a standalone item under Deployment & hosting
  • Registry Early Access does not appear as a standalone item under Resources
  • Warp Pipes page renders correctly with all sections, tables, and tabs

🤖 Generated with Claude Code

shubcodes and others added 4 commits June 23, 2026 14:44
Add a Warp Tunnels page under Guides → Deployment & hosting covering how a
self-hosted Arcade Engine connects external AI clients to private MCP servers:
internal connectivity via ssrf_allowlist, multi-network deployments, and
external access through a reverse proxy (cloudflared, ngrok, nginx).

Includes three hand-crafted SVG architecture diagrams, gateway auth modes,
required proxy headers, client compatibility, and known limitations. Wires the
page into deployment-hosting/_meta.tsx and links it from the hosting overview.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Rename route /guides/deployment-hosting/warp-tunnels -> /warp-pipes
- Update nav label and parent guide link to "Warp Pipes"
- Lead with the managed Warp Pipes service, then BYO reverse proxy
- Purge Engine/Coordinator/platform terminology in favor of "runtime"
- Replace outdated diagrams with new self-contained SVGs (managed
  forwarding, internal MCP servers, multi-runtime, BYO reverse proxy);
  add the previously-missing warp-pipes.svg

No redirect added per request: the old /warp-tunnels path is retired
and no "warp-tunnels" reference remains in the repo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 26, 2026 1:32am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 50ec32b. Configure here.

},
"early-access": {
title: "Early Access",
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Early Access wrong sidebar

Medium Severity

The PR registers Early Access under resources in app/en/resources/_meta.tsx, so it appears in the Resources top-level sidebar group. The PR description and test plan require it under Guides (app/en/guides/_meta.tsx). Reviewers following the test plan will fail verification even if links work.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 50ec32b. Configure here.

@shubcodes

Copy link
Copy Markdown
Contributor

@vfanelle are you expecting to make this hidden?

@vfanelle

Copy link
Copy Markdown
Contributor Author

@vfanelle are you expecting to make this hidden?

@shubcodes I moved Warp Pipes to Early Access so it's grouped with the Registry and future early access smoke tests.

@vfanelle vfanelle merged commit 98b0cd9 into main Jun 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants